Retrieval Augmented Generation
#Large_Language_Models
Large Language Modelsにおけるプロンプトエンジニアリングの1手法
LLMに質問する前に、知識データベースからプロンプトに関連する知識を検索し、その知識をプロンプトに付与して質問するという手法
データベースには、意味的に近いものを探すためEmbedding Databaseを使うことが多い
OpenAIによるNotebook
https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_embeddings.ipynb